diff options
Diffstat (limited to 'deskutils/ganyremote/Makefile')
-rw-r--r-- | deskutils/ganyremote/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/ganyremote/Makefile b/deskutils/ganyremote/Makefile index f36d9646f8bd..d34743d68e3a 100644 --- a/deskutils/ganyremote/Makefile +++ b/deskutils/ganyremote/Makefile @@ -18,8 +18,8 @@ RUN_DEPENDS= anyremote:${PORTSDIR}/comms/anyremote GNU_CONFIGURE= yes USE_PYTHON= yes USE_GNOME= pygtk2 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= AUTHORS COPYING README ChangeLog |