diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-15 06:22:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-15 06:22:41 +0000 |
commit | caadf1d89b7f7da67cbb4c5c21efdfdf2fd9dd18 (patch) | |
tree | 3a19252c886e9111b87b092890b22edce327ab8e | |
parent | b08ef806f14b95c6c556a25f216806dd366f97b0 (diff) | |
download | ports-caadf1d89b7f7da67cbb4c5c21efdfdf2fd9dd18.tar.gz ports-caadf1d89b7f7da67cbb4c5c21efdfdf2fd9dd18.zip |
Notes
-rw-r--r-- | x11/gnome-applets/Makefile | 4 | ||||
-rw-r--r-- | x11/gnomeapplets2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index f646a1d17246..026a21350e5c 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -35,9 +35,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .if ${ARCH} != "i386" CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" -PLIST_SUB= BATTERY="@comment " +PLIST_SUB= BATTERY="@comment " .else -PLIST_SUB= BATTERY="" +PLIST_SUB= BATTERY="" .endif .include <bsd.port.post.mk> diff --git a/x11/gnomeapplets2/Makefile b/x11/gnomeapplets2/Makefile index f646a1d17246..026a21350e5c 100644 --- a/x11/gnomeapplets2/Makefile +++ b/x11/gnomeapplets2/Makefile @@ -35,9 +35,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .if ${ARCH} != "i386" CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" -PLIST_SUB= BATTERY="@comment " +PLIST_SUB= BATTERY="@comment " .else -PLIST_SUB= BATTERY="" +PLIST_SUB= BATTERY="" .endif .include <bsd.port.post.mk> |