diff options
Diffstat (limited to 'devel/guichan/Makefile')
-rw-r--r-- | devel/guichan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/guichan/Makefile b/devel/guichan/Makefile index f5fb165..08274a8 100644 --- a/devel/guichan/Makefile +++ b/devel/guichan/Makefile @@ -21,7 +21,7 @@ USE_LDCONFIG= yes USE_GNOME= gnomehack CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE}/lib OPTIONS= SDL "Enable SDL support" On \ ALLEGRO "Enable Allegro support" Off \ |