diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 21:40:17 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 21:40:17 +0000 |
commit | 3192059cff50b080c429c7b4f5fd39d7c232a4c1 (patch) | |
tree | 5c2cb0c2d74526358cf001bfa1f46bde1c7e27f3 | |
parent | a5d771bbdd5ebc1d42e0265839e1eccb053288e1 (diff) | |
download | ports-3192059cff50b080c429c7b4f5fd39d7c232a4c1.tar.gz ports-3192059cff50b080c429c7b4f5fd39d7c232a4c1.zip |
Notes
-rw-r--r-- | deskutils/gnome-pim/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gnomepim/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile index b3bb8583a15d..b43099783102 100644 --- a/deskutils/gnome-pim/Makefile +++ b/deskutils/gnome-pim/Makefile @@ -21,7 +21,7 @@ PILOTLIB= "-L${LOCALBASE}/pilot/lib" PLIST_SUB+= GNOMEPILOT:="" .else CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest -EXTRA_PATCHES= ${FILESDIR}/patch.nopilot +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nopilot PLIST_SUB+= GNOMEPILOT:="@comment " .endif diff --git a/deskutils/gnomepim/Makefile b/deskutils/gnomepim/Makefile index b3bb8583a15d..b43099783102 100644 --- a/deskutils/gnomepim/Makefile +++ b/deskutils/gnomepim/Makefile @@ -21,7 +21,7 @@ PILOTLIB= "-L${LOCALBASE}/pilot/lib" PLIST_SUB+= GNOMEPILOT:="" .else CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest -EXTRA_PATCHES= ${FILESDIR}/patch.nopilot +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nopilot PLIST_SUB+= GNOMEPILOT:="@comment " .endif |